gdc-v1 software package provides D compiler (language version 1), based on the GCC backend, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install gdc-v1
gdc-v1 is installed in your system.
Make ensure the gdc-v1 package were installed using the commands given below,
$ sudo dpkg-query -l | grep gdc-v1 *
You will get with gdc-v1 package name, version, architecture and description in a table
| Distro | Debian 7 wheezy |
| Section | Development |
| Package | gdc-v1 |
| Version | 4.6.3-8 |
| Description | D compiler (language version 1), based on the GCC backend |
| Sub Section | devel |